home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / libio / streambu.cc < prev    next >
Encoding:
Text File  |  1995-01-18  |  394 b   |  17 lines

  1. *** orig/libgplus.262/libio/streambu.cc    Sun Dec 18 18:47:54 1994
  2. --- src/libgplus.262/libio/streambu.cc    Sun Dec 18 18:48:04 1994
  3. ***************
  4. *** 28,34 ****
  5. --- 28,38 ----
  6.   #ifdef __GNUG__
  7.   #pragma implementation
  8.   #endif
  9. + #ifndef __MSDOS__
  10.   #include "iostreamP.h"
  11. + #else
  12. + #include "iostreaP.h"
  13. + #endif
  14.   #include <string.h>
  15.   #include <stdarg.h>
  16.   #include <errno.h>
  17.